home *** CD-ROM | disk | FTP | other *** search
/ .net (Poland) 2000 September / Magazyn_Net_09_2000 (CDB).iso / offline / R1 / help / getcleverwin / bestaet_win.asp next >
Encoding:
Text File  |  2000-10-12  |  1.2 KB  |  40 lines

  1. <?
  2. include ("../lib/config/global_config.php3");
  3. ?>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  5. <html>
  6. <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2">
  7. <head>
  8.     <title><?echo$global_title?></title>
  9. <link rel="stylesheet" href="../main.css">
  10. </head>
  11. <body>
  12. <table width="100%" height="90%" border="0">
  13. <tr>
  14.     <td valign="middle" align="center">
  15.     <font>
  16.     <b>Thanks for registering, <?echo $firstname;?>.</b><br><br>
  17.     The next draw of a scooter will be on 31.03.2000,<br>
  18.     the next draw of a smart will be on 31.09.2000
  19.     <br><br>
  20.     We will notify you should you be a lucky winner.
  21.     <br><br>
  22.     <a href="javascript:closeMe();"><img src="gfx/close.gif" width=50 height=23 alt="" border="0"></a>
  23.     </font>
  24.     </td>
  25. </tr>
  26. </table>
  27. <script language="Javascript">
  28.  
  29. function closeMe()
  30. {
  31.     top.opener.top.oben.location.href = "../top2.php3?version=<?echo $version?>&headline=2";
  32.     top.opener.top.navi.location.href = "navi.asp?version=<?echo $version?>";
  33.     top.opener.top.content.location.href = "getclever.php3?version=<?echo $version?>";
  34.     self.close();
  35. }
  36. </script>
  37. <img src="/cgi-bin/ivw/CP<? echo $PHP_SELF;?>" width=1 height=1>
  38. </body>
  39. </html>
  40.